numeric format - Übersetzung nach Englisch
Diclib.com
Wörterbuch ChatGPT
Geben Sie ein Wort oder eine Phrase in einer beliebigen Sprache ein 👆
Sprache:     

Übersetzung und Analyse von Wörtern durch künstliche Intelligenz ChatGPT

Auf dieser Seite erhalten Sie eine detaillierte Analyse eines Wortes oder einer Phrase mithilfe der besten heute verfügbaren Technologie der künstlichen Intelligenz:

  • wie das Wort verwendet wird
  • Häufigkeit der Nutzung
  • es wird häufiger in mündlicher oder schriftlicher Rede verwendet
  • Wortübersetzungsoptionen
  • Anwendungsbeispiele (mehrere Phrasen mit Übersetzung)
  • Etymologie

numeric format - Übersetzung nach Englisch

Numeric tower
  • A representation of the numerical tower with five types of numbers.

numeric format      
numerisches Format, das Format in dem ein Zahlenwert in einer elektronischen Tabellenkalkulation dargestellt wird
archive file         
FILE THAT IS COMPOSED OF ONE OR MORE COMPUTER FILES ALONG WITH METADATA; USED TO COLLECT MULTIPLE DATA FILES TOGETHER INTO A SINGLE FILE FOR EASIER PORTABILITY AND STORAGE, OR SIMPLY TO COMPRESS FILES TO USE LESS STORAGE SPACE
Archive formats; Archive (computing); File archive; Archive file format; Compressed archive; Archive format; Archive files; Archiver format
Archivakte, gesicherte Dateneinheit auf dem Harddisk (Computer)
graphics file format         
  • 50px
  • Categorization of image formats by scope
STANDARDIZED MEANS OF ORGANIZING AND STORING DIGITAL IMAGES
Image file formats; Image file; Image format; List of vector graphics markup languages; Graphic file formats; Graphic formats; Image formats; Graphics file format; Vector graphics markup language; Vector graphics markup languages; Graphics file formats; Graphics standards; Image files; Vector graphics file formats; Raster graphics file formats; Vector graphics format; List of image file formats; Raster file format
Grafikdateiformat, das Format einer Datei die eine Grafik enthält

Definition

format
(formats, formatting, formatted)
1.
The format of something is the way or order in which it is arranged and presented.
I had met with him to explain the format of the programme and what we had in mind.
...a large-format book.
N-COUNT
2.
The format of a piece of computer software or a musical recording is the type of equipment on which it is designed to be used or played. For example, possible formats for a musical recording are CD and cassette.
His latest album is available on all formats.
N-COUNT
3.
To format a computer disk means to run a program so that the disk can be written on. (COMPUTING)
VERB: V n
4.
To format a piece of computer text or graphics means to arrange the way in which it appears when it is printed or is displayed on a screen. (COMPUTING)
When text is saved from a Web page, it is often very badly formatted with many short lines.
VERB: V n

Wikipedia

Numerical tower

In Scheme and in Lisp dialects inspired by it, the numerical tower is a set of data types that represent numbers and a logic for their hierarchical organisation.

Each type in the tower conceptually "sits on" a more fundamental type, so an integer is a rational number and a number, but the converse is not necessarily true, i.e. not every number is an integer. This asymmetry implies that a language can safely allow implicit coercions of numerical types—without creating semantic problems—in only one direction: coercing an integer to a rational loses no information and will never influence the value returned by a function, but to coerce most reals to an integer would alter any relevant computation (e.g., the real 1/3 does not equal any integer) and is thus impermissible.